[IA64] Fix vga acceleration for VTI domain
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Tue, 13 Jun 2006 21:05:33 +0000 (15:05 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Tue, 13 Jun 2006 21:05:33 +0000 (15:05 -0600)
commit6ea824a3f682b46edb40a5e0eb69e37dd9fb7af4
treee8d623eaeff736634d3d9e9c359f0ff92fd057ea
parentf9f021d18d5d27d903dd9932ce9ebcafe16a1af8
[IA64] Fix vga acceleration for VTI domain

Now guest vhpt table of VMX domain is searched to insert some
entry into vtlb on the fly. However previous guard on memory
attribute is only done for guest itc.d emulation. That breaks
VGA acceleration and this patch fixes it by moving check to
right place.

Signed-off-by Kevin Tian <kevin.tian@intel.com>
xen/arch/ia64/vmx/vmmu.c
xen/arch/ia64/vmx/vtlb.c